Apn
data class Apn(val carrierName: String?, val apnName: String?, val apnUsername: String? = "", val apnPassword: String? = "", val serverAddress: String? = "", val authenticationType: String? = "", val apnType: String? = "", val countryCodes: String? = "", val mobileNetworkCodes: String? = "") : Parcelable
Holds the data related to a specific device APN.
Constructors
Properties
Link copied to clipboard
the APN password credentials
Link copied to clipboard
the APN username credentials
Link copied to clipboard
the type of authentication to be used. This is usually an integer based value but can depend on the implementation of the SPAPI for that device. A standard value is 0 -> no authetnication
Link copied to clipboard
the carrier name as provided by the APN provider. Should be used to identify and APN
Link copied to clipboard
the mobile country codes
Link copied to clipboard
the MNC, 2,3 digits that identify the network operator within the the provided country
Link copied to clipboard
the address of the APN server